-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Porting material-color-utilities to dotnet #2475 #3920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b71e3ee
to
a2f825d
Compare
Wow @MovGP0 this looks really cool. It will take me some time to get it reviewed. But thank you for it. |
@Keboo I was trying to keep the implementation as close as possible to the original implementation. However, this has also has some drawback we should consider:
|
Uses collection expressions and generic `Enum.GetValues`, suppresses obsolete member warnings, and removes an unnecessary assertion.
I think I am going to set this to merge. Since it is not currently being consumed or published I think it will then allow for easier collaboration on it moving forward. I think getting the int -> Color bit will be helpful and samples in the demo app. |
Updates the `Scheme_Correctness_All` method signature from `async Task` to `void`.
This is a port of the material-color-utilities (MCU) to C#.
net462
andnet8.0-windows
targets